home *** CD-ROM | disk | FTP | other *** search
/ The History of Denim / The History of Denim.iso / pc / _mills.dir / 00123_Video_hi.ls < prev    next >
Encoding:
Text File  |  1997-11-18  |  235 b   |  17 lines

  1. on mouseDown
  2.   NewPallette_TVads()
  3.   shutup()
  4.   set theplace to the frameLabel
  5.   tell window "TVads"
  6.     funkyjump(theplace)
  7.   end tell
  8. end
  9.  
  10. on mouseEnter
  11.   cursor([member "hand", member "handmask"])
  12. end
  13.  
  14. on mouseLeave
  15.   cursor(0)
  16. end
  17.